Q3OrientationStyle_Submit
You can use theQ3OrientationStyle_Submit
function to submit a orientation style in immediate mode.
TQ3Status Q3OrientationStyle_Submit ( TQ3OrientationStyle frontFacingDirection, TQ3ViewObject view);
frontFacingDirection
- An orientation style value.
view
- A view.
DESCRIPTION
TheQ3OrientationStyle_Submit
function sets the orientation style of the view specified by theview
parameter to the style specified by thefrontFacingDirection
parameter.SPECIAL CONSIDERATIONS
You should callQ3OrientationStyle_Submit
only in a submitting loop.